net back: Quieten loud error path.
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Thu, 15 Mar 2007 14:51:32 +0000 (14:51 +0000)
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Thu, 15 Mar 2007 14:51:32 +0000 (14:51 +0000)
Signed-off-by: Keir Fraser <keir@xensource.com>
linux-2.6-xen-sparse/drivers/xen/netback/netback.c

index 7e0c3408326603a70a358572b000f517407ca547..98072726cb8c92858c58b7b05ae05e98cdc3d83c 100644 (file)
@@ -1267,7 +1267,7 @@ static void net_tx_action(unsigned long unused)
 
                /* Check the remap error code. */
                if (unlikely(netbk_tx_check_mop(skb, &mop))) {
-                       printk(KERN_ALERT "#### netback grant fails\n");
+                       DPRINTK("netback grant failed.\n");
                        skb_shinfo(skb)->nr_frags = 0;
                        kfree_skb(skb);
                        continue;